//===========================================
//DeusCHAT - For RPG ver 4.677
//	By : Deus_ex_Machina
//
//
//	Copy or Move the files to
//
//	C:\Dynamix\TRIBES\config		**NOTE** Only if Tribes is installed in C:\Dynamix\TRIBES\   if not put the files in the TRIBES\config  where ever you installed it.
//
//	Now start up Tribes and under character select screen look for Custom Scripts
//	Now put this line in there
//
//	DeusCHAT.cs	(CAPS or no caps doesn't matter)
//
//	Yes the .cs HAS to be there or it won't work!
//
//	**If you have Presto make sure you have the newchat to false in 
//	C:\Dynamix\TRIBES\config\Presto\PrestoPref.cs 
//
//	$PrestoPref::NewChat = "false"; 
//
//	And set your chat key. 
//	$PrestoPref::OldChat = "v";	//or whatever you want
//
//
//	Most of this chat is like/from CommieChat's!
//	But this won't crash your Tribes like his chat! (Others and I had this problam, this is a fix but changed some things to my likings)
//
//============================================